.bottom-nav-20231221 {
  width: 100%;
  background-color: #fff;
}

.bottom-nav-20231221 .bottom-nav-content {
  padding-top: 10px;
  min-height: 29px;
}

.bottom-nav-20231221.bottom-nav-content.bottom-nav-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bottom-nav-20231221 .bottom-nav-content .bottom-nav-wrap {
  width: 100%;
  display: block;
}

.bottom-nav-20231221 .bottom-nav-content .bottom-nav-wrap .bottom-nav-item {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 24px;
  cursor: pointer;
}

.bottom-nav-20231221 .bottom-nav-content .bottom-nav-wrap .bottom-nav-item.active {
  font-weight: bold;
}

.bottom-nav-20231221 .bottom-nav-content .bottom-nav-children {
  width: 100%;
  display: block;
  margin-top: 10px;
}

.bottom-nav-20231221 .bottom-nav-content .bottom-nav-children .bottom-nav-children-item {
  display: none;
}

.bottom-nav-20231221 .bottom-nav-content .bottom-nav-children .bottom-nav-children-item ul {
  display: flex;
  flex-wrap: wrap;
}

.bottom-nav-20231221 .bottom-nav-content .bottom-nav-children .bottom-nav-children-item ul li {
  margin: 0 15px 10px 0;
}

.bottom-nav-20231221 .bottom-nav-content .bottom-nav-children .bottom-nav-children-item ul li a {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
}

.bottom-nav-20231221 .bottom-nav-content .bottom-nav-children .bottom-nav-children-item ul li a:hover {
  color: #168EE1;
}

/* search-seo */
.recommend-desc-20231218 {
  line-height: 26px;
  width: 100%;
  padding-bottom: 10px;
}

.recommend-desc-20231218 .recommend-wrap-show {
  display: flex;
}

.recommend-desc-20231218 .recommend-wrap-show .top-item {
  margin-right: 24px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}

.recommend-desc-20231218 .recommend-wrap-show .top-item.active {
  font-weight: bold;
}

.recommend-desc-20231218 .recommend-wrap-show .top-item:hover {
  font-weight: bold;
}

.recommend-desc-20231218 .letteres {
  display: flex;
  flex-wrap: wrap;
}

.recommend-desc-20231218 .letteres .letter {
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  font-size: 14px;
  line-height: 26px;
  margin-right: 24px;
}

.recommend-desc-20231218 .letteres .letter.active {
  color: #168EE1;
}

.recommend-desc-20231218 .letteres .letter:hover {
  color: #168EE1;
}

.recommend-desc-20231218 .recommand-result {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  max-height: 70px;
  overflow: hidden;
}

.recommend-desc-20231218 .recommand-result .result-text {
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  font-size: 14px;
  line-height: 26px;
  margin-right: 24px;
}

.recommend-desc-20231218 .recommand-result .result-text.active {
  color: #168EE1;
}

.recommend-desc-20231218 .recommand-result .result-text:hover {
  color: #168EE1;
}